OakLisp - definizione. Che cos'è OakLisp
Diclib.com
Dizionario ChatGPT
Inserisci una parola o una frase in qualsiasi lingua 👆
Lingua:

Traduzione e analisi delle parole tramite l'intelligenza artificiale ChatGPT

In questa pagina puoi ottenere un'analisi dettagliata di una parola o frase, prodotta utilizzando la migliore tecnologia di intelligenza artificiale fino ad oggi:

  • come viene usata la parola
  • frequenza di utilizzo
  • è usato più spesso nel discorso orale o scritto
  • opzioni di traduzione delle parole
  • esempi di utilizzo (varie frasi con traduzione)
  • etimologia

Cosa (chi) è OakLisp - definizione

PORTABLE OBJECT-ORIENTED SCHEME

Oaklisp         
<language> A portable object-oriented Scheme by K. Lang and Barak Perlmutter of Yale. Oaklisp uses a superset of Scheme syntax. It is based on generic operations rather than functions, and features anonymous classes, {multiple inheritance}, a strong error system, setters and locators for operations and a facility for dynamic binding. Version 1.2 includes an interface, bytecode compiler, run-time system and documentation. ftp://f.gp.cs.cmu.edu/usr/bap/oak/ftpable/, {for Amiga (ftp://ftp.cso.uiuc.edu/pub/amiga/fish/ff519)}. ["Oaklisp: An Object-Oriented Scheme with First-Class Types", K. Lang et al, SIGPLAN Notices 21(11):30-37 (Nov 1986) (OOPSLA '86)]. (1992-05-01)

Wikipedia

Oaklisp

Oaklisp is a portable object-oriented Scheme developed by Kevin J. Lang and Barak A. Pearlmutter while Computer Science PhD students at Carnegie Mellon University. Oaklisp uses a superset of Scheme syntax. It is based on generic operations rather than functions, and features anonymous classes, multiple inheritance, a strong error system, setters and locators for operations, and a facility for dynamic binding.

Version 1.2 includes an interface, bytecode compiler, run-time system and documentation.